home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / contents / go.bat < prev    next >
DOS Batch File  |  1994-04-18  |  410b  |  22 lines

  1. @echo off
  2. cls
  3.  
  4. if %1! == ! goto message
  5.  
  6. cat /c /s /n /f /d%1
  7.  
  8. goto endit
  9.  
  10. :message
  11. echo.
  12. echo You must pass the drive letter of your CD-ROM drive when executing this
  13. echo batch file.  Ex: GO D   (Where D is your CD-ROM drive letter.)
  14. echo.
  15. echo For easier execution this batch file can be copied to and executed from 
  16. echo any directory found in your PATH statement.
  17. echo.
  18. echo.
  19.  
  20.  
  21. :endit
  22.